01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

How to install VirtualBox & Ubuntu

How to install VirtualBox & Ubuntu

Python 命名與Underscore

Python 命名與Underscore

Day07:V8 bytecode 系列文總結

Day07:V8 bytecode 系列文總結






留言討論